VObject::VObject

Section: ET++ method description (n)
Updated: automatically Mon Apr 8 20:17:57 1991
Index Return to Main Contents
 

NAME

VObject::VObject - instance method  

TEMPLATE

void VObject(Rectangle initialContentRect, int id = cIdNone)  

SPECIFIERS

public  

DESCRIPTION

This constructor initializes the instvar contentRect and the instvar id, and it sets the instvar container to NULL.  

ARGUMENTS

Rectangle initialContentRect

the initial value for the
instvar contentRect
int id = cIdNone

the initial value for the
instvar id
 

RETURN ARGUMENT

void

 

CATEGORIES

constructor

 

FILES

implementation:
VObject.C

 

NAME

VObject::VObject - instance method  

TEMPLATE

void VObject(EvtHandler * nextHandler, Rectangle initialContentRect, int id = cIdNone)  

SPECIFIERS

public  

DESCRIPTION

This constructor initializes all instance variables.  

ARGUMENTS

EvtHandler * nextHandler

the container and next handler
Known Problems:
The nextHandler should have been declared as VObject * because it is set as container and the instvar container is declared as VObject *.
Notice:
 here.>
Rectangle initialContentRect

the initial value for the
instvar contentRect
int id = cIdNone

the initial value for the
instvar id
 

RETURN ARGUMENT

void

 

CATEGORIES

constructor

 

FILES

implementation:
VObject.C

 

NAME

VObject::VObject - instance method  

TEMPLATE

void VObject(int id = cIdNone)  

SPECIFIERS

public  

DESCRIPTION

This constructor initializes the instvar id and sets the instvar container to NULL and the instvar contentRect to gRect0.  

ARGUMENTS

int id = cIdNone

the initial value for the
instvar id
 

RETURN ARGUMENT

void

 

CATEGORIES

constructor

 

FILES

implementation:
VObject.C


 

Index

NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FILES
NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FILES
NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FILES

This document was created by man2html, using the manual pages.
Time: 00:40:21 GMT, March 30, 2022